home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / golden_glove.swf / scripts / DefineButton2_540 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2007-03-15  |  375 b   |  16 lines

  1. on(release){
  2.    if(_root.divtype5wins < 3)
  3.    {
  4.       if(_root.divisioncheck == 0)
  5.       {
  6.          _root.checks = _root.checks + 1;
  7.          _root.divisioncheck = 1;
  8.       }
  9.       _root.swoosh.play();
  10.       _root.divtype = 5;
  11.       _root.divisionlevel = 40;
  12.       _root.oppname = "Leyland Hawk";
  13.       _root.division = "Best Of Street Punks Division";
  14.    }
  15. }
  16.